@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?764cuk') format('truetype'),
    url('fonts/icomoon.woff?764cuk') format('woff'),
    url('fonts/icomoon.svg?764cuk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-switch:before {
  content: "\e931";
}
.icon-baike1:before {
  content: "\e934";
}
.icon-baike3:before {
  content: "\e935";
}
.icon-baike2:before {
  content: "\e936";
}
.icon-baike4:before {
  content: "\e937";
}
.icon-baike5:before {
  content: "\e938";
}
.icon-baike6:before {
  content: "\e939";
}
.icon-rates:before {
  content: "\e931";
}
.icon-check:before {
  content: "\e932";
}
.icon-bad:before {
  content: "\e933";
}
.icon-medal:before {
  content: "\e92d";
}
.icon-attention:before {
  content: "\e92c";
}
.icon-exit:before {
  content: "\e929";
}
.icon-notice:before {
  content: "\e92a";
}
.icon-list:before {
  content: "\e92b";
}
.icon-enterprise:before {
  content: "\e926";
}
.icon-price:before {
  content: "\e927";
}
.icon-brand:before {
  content: "\e928";
}
.icon-move:before {
  content: "\e924";
}
.icon-add:before {
  content: "\e925";
}
.icon-mail:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-hide:before {
  content: "\e902";
}
.icon-show:before {
  content: "\e903";
}
.icon-wifi:before {
  content: "\e904";
}
.icon-code:before {
  content: "\e905";
}
.icon-mobile:before {
  content: "\e906";
}
.icon-pas:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e908";
}
.icon-brush:before {
  content: "\e909";
}
.icon-send:before {
  content: "\e90a";
}
.icon-hot:before {
  content: "\e90b";
}
.icon-tags:before {
  content: "\e90c";
}
.icon-share:before {
  content: "\e90d";
}
.icon-share1:before {
  content: "\e90e";
}
.icon-good2:before {
  content: "\e90f";
}
.icon-goTop:before {
  content: "\e910";
}
.icon-delete:before {
  content: "\e911";
}
.icon-deleteFill:before {
  content: "\e912";
}
.icon-refresh:before {
  content: "\e913";
}
.icon-goRight:before {
  content: "\e914";
}
.icon-pullUp:before {
  content: "\e915";
}
.icon-pullDown:before {
  content: "\e916";
}
.icon-goTop1:before {
  content: "\e917";
}
.icon-goLeft:before {
  content: "\e918";
}
.icon-ratingList:before {
  content: "\e919";
}
.icon-camera:before {
  content: "\e91a";
}
.icon-goBottom:before {
  content: "\e91b";
}
.icon-time:before {
  content: "\e91c";
}
.icon-park:before {
  content: "\e91d";
}
.icon-search:before {
  content: "\e91e";
}
.icon-location:before {
  content: "\e91f";
}
.icon-collect:before {
  content: "\e920";
}
.icon-collected:before {
  content: "\e921";
}
.icon-update:before {
  content: "\e922";
}
.icon-good1:before {
  content: "\e923";
}

@media (min-width: 1024px)  {
  #banner{
    height: calc(22.98851vw + 254.5977px)
  }
  
  
}

@media (min-width: 1372px) {
  #banner{
    height: 570px
  }
}

/*解决高度踏塌*/
.top_place{
  display: block;
}
.m_top_place{
  display: none;
}


#m_qi_header{
  display: none
}

#qi_header{
  padding: 0 35px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, rgba(0,0,0,0),rgba(0,0,0,0.8));
  z-index: 99;
  box-sizing: border-box;
  transition: all .5s ease-out
}
#qi_header .logo{
  margin: 0 20px 0 10px;
  flex: 0 0 120px;
  width: 120px;
  height: 50px;
}
#qi_header .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
#qi_header .logo a img{
  width: 100%;
  height: 100%;
}
#qi_header .nav{
  display: flex;
  flex: 1;
  height: 40px;
}
#qi_header .nav ul{
  position: relative;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  height: 100%;
}
#qi_header .nav ul li{
  position: relative;
  flex: 0 1 auto;
  height: 100%;
}
#qi_header .nav ul li button.wrap{
  padding: 0 calc(1.5vw);
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  height: 100%;
}
#qi_header .nav ul li a{
  padding-right: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#qi_header .nav ul li .wrap:hover a,
#qi_header .nav ul li .s_nav .list a:hover{
  color: #FF8B00 !important
}
#qi_header .nav ul li .flag{
  border-top: 5px solid #fff;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#qi_header .nav ul li .s_nav{
  padding: 20px;
  margin-top: 46px;
  position: absolute;
  top: 0;
  width: 500px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 35px 0 rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}
#qi_header .nav ul li:after{
  content: '';
  position: absolute;
  background-color: #fff;
  width: 16px;
  height: 16px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(135deg);
  border-radius: 0 0 0 5px;
  left: calc(50% - 8px);
  opacity: 0;
  visibility: hidden;
}
#qi_header .nav ul li .s_nav p.title{
  color: #d42333;
  font-size: 16px;
  font-weight: bold;
}
#qi_header .nav ul li .s_nav .list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#qi_header .nav ul li .s_nav .list a{
  display: flex;
  margin-bottom: 4%;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 32%;
  width: 32%;
  color: #333;
}
#qi_header .nav ul li .s_nav .list a.item img{
  padding-right: 5px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}
#qi_header .nav ul li .s_nav .list:after{
  display: block;
  content: '';
  width: 32%;
  height: 0;
}
#qi_header .nav ul.search li button.wrap{
  padding: 0 15px;
}
#qi_header .nav ul.search{
  flex: 1;
  justify-content: flex-end;
}
#qi_header .nav ul.search li a.icon-search{
  font-size: 20px;
}
#qi_header .nav ul.search li .s_nav{
  right: 0;
  width: 700px;
}
#qi_header .nav ul.search li .s_nav .form form{
  display: flex;
  align-items: center;
  height: 60px;
}
#qi_header .nav ul.search li .s_nav .form input{
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  border: solid 1px #757575;
  border-right: 0;
}
#qi_header .nav ul.search li .s_nav .form button{
  padding: 0 10px;
  flex: 0 0 80px;
  width: 80px;
  background: #d42333;
  color: #fff;
  height: 100%;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  border: solid 1px #757575;
  font-size: 20px;
}
#qi_header .nav ul.search li.login .wrap{
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}
#qi_header .nav ul.search li .usernameInfo{
  width: fit-content;
}
#qi_header .nav ul.search li .usernameInfo .list{
  margin-top: 0;
}
#qi_header .nav ul.search li .usernameInfo .list a{
  flex: 0 0 100%;
  width: 100%;
}
#qi_header .nav ul.search li .usernameInfo .list a i{
  padding-right: 5px;
}



#qi_header .nav ul li .s_nav.center{
  margin-left: 50%;
  -webkit-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px)); 
}
#qi_header .nav ul li .s_nav.right{
  margin-left: 75%;
  -webkit-transform: translateX(calc(-75% - 8px));
  transform: translateX(calc(-75% - 8px)); 
}
#qi_header .nav ul li.is_showed .s_nav{
  -webkit-animation: fadeMenuInUp 0.2s ease-in forwards;
  -moz-animation: fadeMenuInUp 0.2s ease-in forwards;
  -ms-animation: fadeMenuInUp 0.2s ease-in forwards;
  -o-animation: fadeMenuInUp 0.2s ease-in forwards;
  animation: fadeMenuInUp 0.2s ease-in forwards
}
#qi_header .nav ul li.is_hided .s_nav {
  -webkit-animation: fadeMenuOutDown 0.2s ease-in forwards;
  -moz-animation: fadeMenuOutDown 0.2s ease-in forwards;
  -ms-animation: fadeMenuOutDown 0.2s ease-in forwards;
  -o-animation: fadeMenuOutDown 0.2s ease-in forwards;
  animation: fadeMenuOutDown 0.2s ease-in forwards
}

#qi_header .nav ul li.is_showed:after {
  -webkit-animation: o-fadeTriInUp 0.2s ease-in forwards;
  -moz-animation: o-fadeTriInUp 0.2s ease-in forwards;
  -ms-animation: o-fadeTriInUp 0.2s ease-in forwards;
  -o-animation: o-fadeTriInUp 0.2s ease-in forwards;
  animation: o-fadeTriInUp 0.2s ease-in forwards
}

#qi_header .nav ul li.is_hided:after {
  -webkit-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  -moz-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  -ms-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  -o-animation: o-fadeTriOutDown 0.2s ease-in forwards;
  animation: o-fadeTriOutDown 0.2s ease-in forwards
}



#banner{
  position: relative;
  top: -60px;
  display: flex;
  width: 100%;
  z-index: 0;
}
#banner .b_left{
  flex: 0 0 50%;
  width: 50%
}
#banner .b_left a{
  height: 100%;
  margin: 0;
}
#banner .b_right{
  display: flex;
  flex: 0 0 50%;
  width: 50%;
  flex-wrap: wrap;
}
#banner .b_right a{
  flex: 0 0 50%;
  width: 50%;
  height: 50%;
}
#banner .b_common a{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner .b_common a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
#banner .b_common a:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%);
  bottom: 0;
  z-index: 1;
}
#banner .b_common a .info{
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%;
  color: #eee;
  font-size: 18px;
  z-index: 2;
}
#banner .b_common a .info .title{
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#banner .b_common.b_right a .info .title{
  font-size: 25px;
}

.car_mobile_footer{
  display: none;
}
.footer{
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.footer div{
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.footer div a{
  padding-right: 5px;
  color: #333;
  font-size: 20px;
}


@-webkit-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-moz-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-ms-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-o-keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@keyframes fadeMenuInUp {
  0% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }

  1% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 1;
    top: 0px;
    visibility: visible
  }
}

@-webkit-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-moz-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-ms-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-o-keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@keyframes fadeMenuOutDown {
  0% {
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    opacity: 0;
    top: 20px;
    visibility: visible
  }

  100% {
    opacity: 0;
    top: 20px;
    visibility: hidden
  }
}

@-webkit-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-moz-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-ms-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-o-keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@keyframes o-fadeTriInUp {
  0% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }

  1% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }
}

@-webkit-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@-moz-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@-ms-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@-o-keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}

@keyframes o-fadeTriOutDown {
  0% {
    bottom: -14px;
    opacity: 1;
    visibility: visible
  }

  99% {
    bottom: -28px;
    opacity: 0;
    visibility: visible
  }

  100% {
    bottom: -28px;
    opacity: 0;
    visibility: hidden
  }
}